home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 January
/
Chip_2004-01_cd1.bin
/
oddech
/
flashgames
/
stress
/
install
/
stresspaint.exe
/
scripts
/
DefineButton2_253
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2002-07-26
|
256b
|
12 lines
on(release){
if(_root.blnFire == true)
{
_parent.scoreanim.play();
gotoAndStop(random(3) + 2);
_root.shots--;
_root.sndShot.play();
_root.sndHit.play();
_root.actualshots = _root.actualshots + 1;
}
}